home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Herois / Codigo.Cst / 00216_Script_MM Hades VaiFotos < prev    next >
Text File  |  1999-03-19  |  392b  |  20 lines

  1. on mouseUp
  2.   if the mouseV < 176 then 
  3.     set foto = 1
  4.     set pulo = 130
  5.   else if the mouseV > 259 then
  6.     set foto = 2
  7.     set pulo = -951
  8.   else
  9.     set foto = 3
  10.     set pulo = 418
  11.   end if
  12.   
  13.   global myMemSize
  14.   if myMemSize > 15 * 1024 * 1024 then
  15.     MMVaiFotos marker("HadesFotos"), pulo, 13, 19
  16.   else
  17.     MMVaiFotosLimitado "HadesFotos", foto
  18.   end if
  19.   
  20. end